home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$000001FC,$0000005C,$0000017F,$00000337,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$0000009B,$0000002B,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false; Cursor is oEmptyCursor;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oLOADING2,
- oCache3
- ];
- end;
-
- object oLOADING2 is cImage
- with
- Flags is $00000154;
- Name is "LOADING";
-
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight;
-
- URL is "../Images/LOADING.JPG";
-
-
- end;
-
- object oCache3 is cCacheLoader
- with
- Flags is $00000054;
- Name is "Cache";
- Shown is false;
- X is 148; Y is 319;
- Width is 500; Height is 10;
-
-
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cCreateCacheCommand
- with URL is "Data/Anims/SMS2.mov"; URLOption is GetDiskURL; Now is true; end,
- cCreateCacheCommand
- with URL is "data/Anims/transporter2.mov"; URLOption is GetDiskURL; Now is true; end,
- cCreateCacheCommand
- with URL is "data/Anims/Transporter.mov"; URLOption is GetDiskURL; Now is true; end,
- cCreateCacheCommand
- with URL is "data/Anims/Jeidi.mov"; URLOption is GetDiskURL; Now is true; end,
- cCreateCacheCommand
- with URL is "data/Anims/Abocine.mov"; URLOption is GetDiskURL; Now is true; end,
- cUpdateCacheCommand
- with end,
- cBrowseCommand
- with URL is "sommaire.k"; end
- ];
- end
- ];
- end;